home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / clikdos / s / clickdos-startup < prev    next >
Text File  |  1995-03-19  |  2KB  |  42 lines

  1. VOLMS=RAM:DF0:DF1:DH0:DH1:DH2:S:  ; drives to be put in device gadgets
  2. ILACE=Y;       Increase size if workbench is interlace
  3. IXPOS=250;     Iconified window x position
  4. IYPOS=0;       Iconified window y position
  5. SPOOL=C:spool; Directory where Spool program can be found
  6. SPAWN=C:spawn; Directory where spawn can be found
  7. CLONE=Y;       Turn clone on
  8. OWCFM=Y;       Turn overwrite confirm on
  9. MSTAY=N;       Make dir continues to ask for dir until press cancel
  10. DSPLY=S;       Display mode (S=Bytes D=date T=time P=protect C=comment N=none B=Blocks)
  11. SHELL=NEWCLI "CON:0/80/640/119/ClickDOS CLI";  Program started by NewCLI gadget
  12. CONSL=CON:0/0/640/200/ClickDOS_Spawned_Me;  Used by the run command as an output window
  13. CNFRM=3;       Confirmations of directory deletes is on
  14. STIME=5;      The pause time for the show action in seconds
  15. SBUFF=102400;  Size of the spool buffer in bytes. Must be multiple of 1024.
  16. EDITR=C:ed;    Editor used by EDIT action gadget
  17. EDSTD=N;       The editor needs a standard input/output window
  18. USER1=Format;
  19.       @CON:0/0/550/50/Format;
  20.       SYS:system/format;
  21.       DRIVE %d[Select drive to format:] NAME %s[Blank][Enter name for disk:] NOICONS;
  22. USER2=DiskCpy;
  23.       @CON:0/0/500/50/DiskCopy;
  24.       SYS:system/diskcopy;
  25.       %d[Select source drive:] TO %d[Select destination drive:];
  26. USER3=Zoo;
  27.       "CON:0/0/640/50/Zooing files...";
  28.       C:Zoo;
  29.       -add %s[ram:][Enter name of zoo file:] %l[f][~];
  30. USER4=UnZoo;
  31.       CON:0/0/640/50/UnZooing...;
  32.       C:Zoo;
  33.       -extract %l[f][Name of zoo file to unzoo:];
  34. USER5=Assign;
  35.       @;
  36.       C:Assign;
  37.       %s[][Device name to assign:] %f[d][directory to assign to:];
  38. USER6=Relabel;
  39.       @;
  40.       C:relabel;
  41.       DRIVE %d[Drive to relabel:] NAME %s[Blank][Enter new name for disk:];
  42.